home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / examples / demo / demotext / wavelet.txt < prev    next >
Text File  |  1997-07-08  |  3KB  |  97 lines

  1.  
  2.  
  3.  
  4.           WELCOME TO THE WAVELET TOOL DEMO
  5.  
  6.  
  7.  The Wavelet tool is a widget application program
  8.  that graphically demonstrates the image compression
  9.  capabilities of Wavelet Transforms.
  10.  
  11.  THE WAVELET TOOL DISPLAY
  12.  ------------------------
  13.  
  14.  The Wavelet tool display screen includes the
  15.  following elements:
  16.  
  17.  - A group of menus at the top of the display
  18.    controlling the program options.
  19.  
  20.  - A 256x256 byte display of the uncompressed image.
  21.  
  22.  - A 256x256 byte display of the compressed image.
  23.  
  24.  - A visual display of the wavelet basis of both
  25.    the original image and the compressed image.
  26.  
  27.  - A graph showing the ratio between actual values
  28.    in the wavelet basis (Y) and the percentage of
  29.    compression (X) that would result if the Y
  30.    value was used as the threshold for compression.
  31.  
  32.  - An optional 256x256 byte display window that
  33.    displays the difference between the compressed
  34.    and uncompressed images. The difference image
  35.    has been byte scaled.
  36.  
  37.  
  38. MENU OPTIONS
  39. ------------
  40.  
  41. File Menu:
  42.  
  43.     Select "Open" to select a new image. A list
  44.     of files will appear. Click on one of the
  45.     listed items to select a new image.
  46.  
  47.     Select "Quit" to exit the Wavelet demo.
  48.  
  49. Options Menu:
  50.  
  51.     Select "4 coefficients" to compute the wavelet
  52.     basis using 4 Daubechies coefficients.
  53.  
  54.     Select "12 coefficients" to comput the wavelet
  55.     basis using 12 Daubechies coefficients.
  56.  
  57.     Select "20 coefficients" to comput the wavelet
  58.     basis using 20 Daubechies coefficients.
  59.  
  60.     Select "Show difference image" to create a
  61.     pop-up window that shows the difference
  62.     between the original an compressed images.
  63.  
  64. Tools Menu:
  65.  
  66.     Select "XLoadCT" to activate the XLOADCT
  67.     routine, which allows you to select a new
  68.     color table for the displayed images.
  69.  
  70.     Select "XPalette" to activate the XPALETTE
  71.     routine, which allows you to create your
  72.     own color table.
  73.  
  74.     Select "XMNtool" to activate the XMANTOOL
  75.     routine, which allows you to control the
  76.     currently-running widget applications.
  77.  
  78. About Menu:
  79.  
  80.     Select "About wavelets" to display this file.
  81.  
  82.  
  83. FEATURES OF THE WAVELET DEMO
  84. ----------------------------
  85.  
  86. <<PERCENTAGE SLIDER>>
  87.     Adjust the slider to change the amount of
  88.     compression used. Higher percentage compression
  89.     values mean smaller data sets.
  90.  
  91.     You can also adjust the compression percentage
  92.     by positioning the mouse pointer in the 
  93.     "Adjust compression" plot, holding down the
  94.     left mouse button, and dragging the vertical
  95.     line that appears in the plot.
  96.  
  97.